home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / maple_st.swf / scripts / DefineButton2_1292 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-04-12  |  216 b   |  7 lines

  1. on(release){
  2.    if(itemselect1.select == true || itemselect2.select == true || itemselect3.select == true || itemselect4.select == true || itemselect5.select == true)
  3.    {
  4.       buyhowmuch._visible = 1;
  5.    }
  6. }
  7.